github.com/andybalholm/brotli.Reader.block_length (field)
16 uses
github.com/andybalholm/brotli (current package)
decode.go#L1103: s.block_length[tree_type] = readBlockLength(len_tree, br)
decode.go#L1110: if !safeReadBlockLength(s, &s.block_length[tree_type], len_tree, br) {
decode.go#L1522: s.block_length[2]--
decode.go#L1557: s.block_length[2]--
decode.go#L1603: s.block_length[1]--
decode.go#L1664: if s.block_length[1] == 0 {
decode.go#L1710: if s.block_length[0] == 0 {
decode.go#L1738: s.block_length[0]--
decode.go#L1761: if s.block_length[0] == 0 {
decode.go#L1792: s.block_length[0]--
decode.go#L1828: if s.block_length[2] == 0 {
decode.go#L2301: if !safeReadBlockLength(s, &s.block_length[s.loop_counter], s.block_len_trees[tree_offset:], br) {
state.go#L126: block_length [3]uint32
state.go#L249: s.block_length[0] = 1 << 24
state.go#L250: s.block_length[1] = 1 << 24
state.go#L251: s.block_length[2] = 1 << 24
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |